home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch09 / 09fig04.wrl < prev    next >
Text File  |  1996-09-22  |  481b  |  25 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright 1997 By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         Transform {
  8.             rotation 1.0 0.0 0.0 -1.57
  9.             children DEF Cube Transform {
  10.                 children Shape {
  11.                     appearance Appearance {
  12.                         material Material { }
  13.                     }
  14.                     geometry Box { }
  15.                 }
  16.             }
  17.         },
  18.         DEF Sensor PlaneSensor {
  19.             minPosition -2.0 -2.0
  20.             maxPosition  2.0  2.0
  21.         }
  22.     ]
  23. }
  24. ROUTE Sensor.translation_changed TO Cube.set_translation
  25.